Welcome![Sign In][Sign Up]
Location:
Search - gzip code

Search list

[Compress-Decompress algrithmszlib-1.2.2

Description: zlib 1.2.2 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). These documents are also available in other formats from ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html
Platform: | Size: 483798 | Author: fwx | Hits:

[Windows Developzipdlg

Description: 如何用CZip/CUnzip类压缩/解压缩文件,这个类使用gzip GNU源代码-how CZip / CUnzip type compression / decompression, the type used gzip GNU source code
Platform: | Size: 42641 | Author: 孔德深 | Hits:

[Compress-Decompress algrithmszlib1.2

Description: 许多压缩算法都用到了ZLIP算法,也就是GZip算法,这里给出的是其C实现的源代码,可以好好看看,还是有些参考价值的。-Many compression algorithms are used in the ZLIP algorithm, that is, GZip algorithm given here is the realization of its C source code can be a good look at, or some reference value.
Platform: | Size: 1582080 | Author: 王晓丹 | Hits:

[JSP/JavaCompressFileGZIP

Description: Compress File GZIP create Java example code
Platform: | Size: 1024 | Author: richman | Hits:

[Linux-Unixlzma460

Description: 7zip 码,用于linux 编程,可以开发gzip-Code 7zip for linux programming, can be developed gzip
Platform: | Size: 309248 | Author: 尹传焱 | Hits:

[BREWbrewBMP

Description: BREW中使用经GZIP压缩的BMP图片,测试过的代码-BREW in the use of GZIP compression of BMP pictures, tested code
Platform: | Size: 1024 | Author: zhong | Hits:

[Compress-Decompress algrithmsgzip124_vc

Description: 可以在VC6.0下编译的gzip1.24压缩源代码。-Can be compiled under VC6.0 compression gzip1.24 the source code.
Platform: | Size: 423936 | Author: 王平 | Hits:

[Compress-Decompress algrithmsezgz

Description: GZip working code...Open Source-GZip working code...Open Source...
Platform: | Size: 151552 | Author: Cipee | Hits:

[Internet-NetworkGZipforhttp

Description: 在网页下载器中,时常需到Content-Encoding: gzip压缩的页面,本源代码能解压这样的网页,不过,由于web服务器压缩gzip后的数据并不完全相同,所以你还需要对数据头进行一些处理,自己去看firefox源代码是怎么处理的吧-Download a web page browser, often need to Content-Encoding: gzip compressed page, source code to extract this kind of web pages, however, due to web server gzip data compression is not exactly the same, so you need to head to the data Some deal with their own look at the firefox source code is how you deal with
Platform: | Size: 148480 | Author: kochoday | Hits:

[DocumentsJ2meGzip

Description: Gzip的j2me代码实现,从网上下的。-J2me code of Gzip
Platform: | Size: 21504 | Author: xiong | Hits:

[Compress-Decompress algrithmszip_vc

Description: linux gzip压缩解压移植到VC上的代码-linux gzip compression decompression transplanted to the code on VC
Platform: | Size: 62464 | Author: dmwang | Hits:

[File OperateGZIP

Description: Gzip的源代码 压缩编程的初级学习知识,很好好有用-Gzip compression program source code for the initial learning of knowledge, useful for very good
Platform: | Size: 3072 | Author: HyDreams | Hits:

[Windows Developcgzip_demo

Description: gZip demo Source code
Platform: | Size: 109568 | Author: Barbos | Hits:

[Web Serverjspbook

Description: GZIPFilter可以用gzip的方式压缩HTTP Response的内容,从而在Server端加快了响应回复的速度(gzip压缩过程需耗用CPU资源,却大幅减轻了网卡的处理负担),在Client端缩短了页面刷新时间,在网络内减少了数据流量。另一方面,因为采用的Filter的方式,无需改动应用现有的代码就可引入该功能。-GZIPFilter way can be compressed with gzip content of HTTP Response to the Server side to speed up the response speed of response (gzip compression process consumes CPU resources, but significantly reduce the processing burden on the card), in the Client side to shorten the time to refresh the page in the network reduces the data traffic. On the other hand, because the use of the Filter approach, without changing existing application code can be introduced into the function.
Platform: | Size: 12288 | Author: wendou | Hits:

[Compress-Decompress algrithmszlib-1.2.5.tar

Description: zlib-1.2.5.tar.zip gzip编码,最早由Jean-loup Gailly和Mark Adler创建,用于UNIX系统的文件压缩。我们在Linux中经常会用到后缀为.gz的文件,它们就是GZIP格式的。现今已经成为Internet 上使用非常普遍的一种数据压缩格式,或者说一种文件格式。HTTP协议上的GZIP编码是一种用来改进WEB应用程序性能的技术。大流量的WEB站点常常使用GZIP压缩技术来让用户感受更快的速度。-Zlib-1.2.5. Tar.zip gzip code, the first by Jean-loup Gailly and Mark Adler create, used for UNIX system file compression. We we often use suffix in Linux for. Gz files, they are GZIP format. Today has become very popular on the Internet use a data compression format, or a file format. The HTTP protocol GZIP coding is a WEB applications to improve performance of the technology. Big flow WEB site often use GZIP compression technology to make the user feel faster speed.
Platform: | Size: 491520 | Author: 王冠林 | Hits:

[JSP/Javagzip

Description: gzip生成代码,包括加压和压缩,请需要的人查看。如有不懂的,请联系我。谢谢。-gzip to generate code, including pressure and compression, the need to view. If do not understand, please contact me. Thank you.
Platform: | Size: 21504 | Author: 李刚 | Hits:

[Compress-Decompress algrithmsgzip-keil

Description: gzip-keil移植 纯c语言代码 1788编译 通过-gzip-keil transplantation pure c language compiler code 1788
Platform: | Size: 431104 | Author: liangfake | Hits:

[OS programgzip

Description: zip压缩,解压,简单的源码,希望对大家有用-zip Compression and decompression,Simple source code, we want to be useful
Platform: | Size: 7350272 | Author: bear | Hits:

[Compress-Decompress algrithmsGzip

Description: Gzip 翻译工具,包含GZIP 的所有代码详细解释,可以自行修改代码,达到压缩的要求-Gzip translation tool, all of the code contained GZIP detailed explanation, you can modify the code themselves, achieve compression requirements
Platform: | Size: 45056 | Author: 刘沛 | Hits:

[Web ServerFastmov10

Description: 程序优点: 1)干净,该程序不含任何广告,但是广告位却为大家设置好了的.嘿嘿:) 2)使用缓存技术,提高访问速度,并且能被BAIDU收录(但是小偷网站容易被拔毛哦.小心) 3)使用GZIP技术提高访问速度(有关GZIP的代码是抄的.我都搞不懂到底是什么意思`呵呵!)-Program advantages: 1) clean, the program does not contain any advertising, but advertising was set up for everyone Hey :) 2) the use of caching technology to improve access speed, and can be BAIDU included (but easy to pull the thief website Mao oh careful) 3) the use of GZIP technology to improve access speed (about GZIP code is copied. I do not understand in the end what is the meaning `Oh!)
Platform: | Size: 91136 | Author: nxlh | Hits:
« 1 23 4 5 »

CodeBus www.codebus.net